add travis to IRC

Andrew Cantino 10 gadi atpakaļ
vecāks
revīzija
010236fdbb
1 mainītis faili ar 8 papildinājumiem un 0 dzēšanām
  1. 8 0
      .travis.yml

+ 8 - 0
.travis.yml

@@ -8,3 +8,11 @@ before_script:
8 8
   - mysql -e 'create database huginn_test;'
9 9
   - bundle exec rake db:migrate db:test:prepare
10 10
 script: "bundle exec rake"
11
+notifications:
12
+  irc:
13
+    channels:
14
+      - "chat.freenode.net#huginn"
15
+    template:
16
+      - "%{repository}#%{build_number} (%{branch} - %{commit} : %{author}): %{message}"
17
+      - "Change view : %{compare_url}"
18
+      - "Build details : %{build_url}"